Autogenerated HTML docs for v1.8.1.2-545-g2f19ad
diff --git a/git-diff-index.html b/git-diff-index.html index c27ff0a..c46d6e9 100644 --- a/git-diff-index.html +++ b/git-diff-index.html
@@ -1199,7 +1199,7 @@ single deletion of everything old followed by a single insertion of everything new, and the number <code>m</code> controls this aspect of the -B option (defaults to 60%). <code>-B/70%</code> specifies that less than 30% of the -original should remain in the result for git to consider it a total +original should remain in the result for Git to consider it a total rewrite (i.e. otherwise the resulting patch will be a series of deletion and insertion mixed together with context lines).</p></div> <div class="paragraph"><p>When used with -M, a totally-rewritten file is also considered as the @@ -1221,7 +1221,7 @@ Detect renames. If <code>n</code> is specified, it is a threshold on the similarity index (i.e. amount of addition/deletions compared to the - file’s size). For example, <code>-M90%</code> means git should consider a + file’s size). For example, <code>-M90%</code> means Git should consider a delete/add pair to be a rename if more than 90% of the file hasn’t changed. Without a <code>%</code> sign, the number is to be read as a fraction, with a decimal point before it. I.e., <code>-M5</code> becomes